Contribution org.nuxeo.ecm.platform.forms.layouts.webapp.summary--widgets
In component org.nuxeo.ecm.platform.forms.layouts.webapp.summary
org.nuxeo.ecm.platform.forms.layouts.webapp.summary
inside nuxeo-platform-webapp-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point widgets of component WebLayoutManager.Contributed Items
XML Source
<extension point="widgets" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<widget name="summary_current_document_description" type="summary_current_document_description">
<controls mode="any">
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_current_document_actions" type="summary_current_document_actions">
<controls mode="any">
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_current_document_custom_actions" type="summary_current_document_custom_actions">
<controls mode="any">
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_current_document_files" type="summary_current_document_files">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
</widget>
<widget name="summary_current_document_view" type="summary_current_document_view">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
</widget>
<widget name="summary_current_document_tagging" type="summary_current_document_tagging">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
<properties widgetMode="any">
<property name="ajaxReRender">MultiTreeView</property>
<property name="placeholder">
#{messages['label.add.tag.placeholder']}
</property>
</properties>
</widget>
<widget name="summary_current_document_dublincore" type="summary_current_document_dublincore">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
</widget>
<widget name="summary_current_document_relations" type="summary_current_document_relations">
<controls mode="any">
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_current_document_comments" type="summary_current_document_comments">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
</widget>
<widget name="summary_current_document_publications" type="summary_current_document_publications">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
</widget>
<widget name="summary_current_document_lc_and_version" type="summary_current_document_lc_and_version">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
<control name="handleLabels">true</control>
</controls>
</widget>
<widget name="summary_current_document_single_tasks" type="summary_current_document_single_tasks">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="handleLabels">true</control>
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_current_document_indicators" type="documentActions">
<labels>
<label mode="any"/>
</labels>
<properties widgetMode="view">
<control name="handleLabels">true</control>
<property name="category">SUMMARY_INDICATORS</property>
<property name="overallDisplay">horizontal_block</property>
<property name="styleClass">indicators</property>
</properties>
</widget>
<widget name="summary_current_document_states" type="summary_current_document_states">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="handleLabels">true</control>
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_current_document_contributors" type="summary_current_document_contributors">
<labels>
<label mode="any"/>
</labels>
<controls mode="any">
<control name="handleLabels">true</control>
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_note_text" type="richtext_with_mimetype">
<fields>
<field>note:note</field>
<field>note:mime_type</field>
</fields>
<properties mode="view">
<property name="translatedHtml">
#{noteActions.translateImageLinks(field_0)}
</property>
<property name="cssClass">note_content_block</property>
</properties>
<controls mode="any">
<control name="requireSurroundingForm">true</control>
</controls>
</widget>
<widget name="summary_panel_top" type="summary_current_document_custom_actions">
<handlingLabels>true</handlingLabels>
<labels>
<label mode="any"/>
</labels>
<properties widgetMode="any">
<property name="category">SUMMARY_PANEL_TOP</property>
<property name="subStyleClass">summaryActions</property>
</properties>
</widget>
<widget name="summary_panel_left" type="summary_current_document_custom_actions">
<handlingLabels>true</handlingLabels>
<labels>
<label mode="any"/>
</labels>
<properties widgetMode="any">
<property name="category">SUMMARY_PANEL_LEFT</property>
<property name="subStyleClass">summaryActions</property>
</properties>
</widget>
<widget name="summary_panel_right" type="summary_current_document_custom_actions">
<handlingLabels>true</handlingLabels>
<labels>
<label mode="any"/>
</labels>
<properties widgetMode="any">
<property name="category">SUMMARY_PANEL_RIGHT</property>
<property name="subStyleClass">summaryActions</property>
</properties>
</widget>
<widget name="summary_panel_bottom" type="summary_current_document_custom_actions">
<handlingLabels>true</handlingLabels>
<labels>
<label mode="any"/>
</labels>
<properties widgetMode="any">
<property name="category">SUMMARY_PANEL_BOTTOM</property>
<property name="subStyleClass">summaryActions</property>
</properties>
</widget>
</extension>